projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93eece9
)
(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 19:46:16 +0000
(19:46 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Nov 2005 19:46:16 +0000
(19:46 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 3097a6b7c3e31b8c351989cd3432a438252b020e..bac5ad4f161b1a385ffe423194e1fb7804d0974b 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1416,7
+1416,8
@@
readevalloop (readcharfun, stream, sourcename, evalfun,
}
build_load_history (sourcename,
- stream || (start == BEG && end == Z));
+ stream || (INTEGERP (start) && INTEGERP (end)
+ && XINT (start) == BEG && XINT (end) == Z));
UNGCPRO;